@charset "utf-8";
/* resset */

.header-description {
    font-family: 'Arial', sans-serif;
    line-height: 1.8;
    color: #333;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.header-description p {
    font-size: 16px;
    margin-bottom: 20px;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.header-description h3 {
    font-size: 22px;
    color: #0073e6;
    border-left: 5px solid #0073e6;
    padding-left: 10px;
    margin-top: 30px;
}

.header-description ul {
    list-style: none;
    padding: 0;
}

.header-description ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

/* 通常のリストアイテムにはチェックマークを表示 */
.header-description ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #0073e6;
    font-weight: bold;
}

/* インデントされたリストアイテム */
.header-description ul .ql-indent-1 {
    padding-left: 40px; /* 通常より一段深くインデント */
    margin-top: -8px; /* 上のリストとの間隔を狭くする */
}

/* インデントされたリストアイテムの矢印を削除 */
.header-description ul .ql-indent-1::before {
    content: ""; /* 矢印を非表示にする */
}

.header-description strong {
    color: #000;
    font-weight: bold;
}

@media (max-width: 768px) {
    .header-description {
        padding: 10px;
    }
    .header-description h3 {
        font-size: 20px;
    }
    .header-description p {
        font-size: 14px;
    }
    .header-description ul .ql-indent-1 {
        padding-left: 30px; /* モバイルでは少し狭めに */
    }
}



html {
 box-sizing: border-box;
 -webkit-text-size-adjust: 100%;
 word-break: normal;
 -moz-tab-size: 4;
 tab-size: 4;
 font-size: 62.5%;
}
*, ::before, ::after {
 background-repeat: no-repeat;
 box-sizing: inherit;
}
::before, ::after {
 text-decoration: inherit;
 vertical-align: inherit;
}
* {
 padding: 0;
 margin: 0;
 box-sizing: border-box;
}
hr {
 overflow: visible;
 height: 0;
 color: inherit;
}
details, main {
 display: block;
}
summary {
 display: list-item;
}
small {
 font-size: 80%;
}
[hidden] {
 display: none;
}
abbr[title] {
 border-bottom: none;
 text-decoration: underline;
 text-decoration: underline dotted;
}
a {
 background-color: transparent;
 word-break: break-all;
 color: #222;
}
a:active, a:hover {
 outline-width: 0;
}
a:hover {
 color: #B70005;
}
code, kbd, pre, samp {
 font-family: monospace, monospace;
}
pre {
 font-size: 1em;
}
b, strong {
 font-weight: bolder;
}
sub, sup {
 font-size: 75%;
 line-height: 0;
 position: relative;
 vertical-align: baseline;
}
sub {
 bottom: -0.25em;
 top: -0.5em;
}
table {
 border-color: inherit;
 text-indent: 0;
 word-break: break-all;
}
i {
 font-style: normal;
}
iframe {
 border-style: none;
}
input {
 border-radius: 0;
}
[type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button {
 height: auto;
}
[type='search'] {
 -webkit-appearance: textfield;
 outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
 -webkit-appearance: none;
}
textarea {
 overflow: auto;
 resize: vertical;
}
button, input, optgroup, select, textarea {
 font: inherit;
}
optgroup {
 font-weight: bold;
}
button {
 overflow: visible;
}
button, select {
 text-transform: none;
}
button, [type='button'], [type='reset'], [type='submit'], [role='button'] {
 cursor: pointer;
}
button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
 border-style: none;
 padding: 0;
}
button:-moz-focusring, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
 outline: 1px dotted ButtonText;
}
button, html [type='button'], [type='reset'], [type='submit'] {
 -webkit-appearance: button;
}
button, input, select, textarea {
 background-color: transparent;
 border-style: none;
 color: inherit;
 font-family: inherit;
 font-style: inherit;
 font-weight: inherit;
 min-height: 1.5em;
}
button, input[type="submit"], input[type="button"] {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 padding: 0;
 border: none;
 outline: none;
}
a:focus, button:focus, input:focus, select:focus, textarea:focus {
 outline-width: 0;
}
select {
 -moz-appearance: none;
 -webkit-appearance: none;
}
select::-ms-expand {
 display: none;
}
select::-ms-value {
 color: currentColor;
}
legend {
 border: 0;
 color: inherit;
 display: table;
 max-width: 100%;
 white-space: normal;
}
::-webkit-file-upload-button {
 -webkit-appearance: button;
 color: inherit;
 font: inherit;
}
[disabled] {
 cursor: default;
}
img {
 border-style: none;
}
progress {
 vertical-align: baseline;
}
[aria-busy='true'] {
 cursor: progress;
}
[aria-controls] {
 cursor: pointer;
}
[aria-disabled='true'] {
 cursor: default;
}
/* base */
body {
 font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
 font-size: 1.6rem;
 line-height: 1.8em;
 color: #222;
}
input, textarea, select {
 font-size: 16px;
 line-height: 1.1;
}
ol, ul {
 list-style: none;
}
img {
 max-width: 100%;
 display: block;
 height: initial;
 width: initial;
}
a {
 color: inherit;
 text-decoration: none;
 transition: all 0.2s ease 0s;
 cursor: pointer;
}
/* メディアデータベース */
.header {
 background: black;
 text-align: center;
 padding-top: 10px;
 padding-bottom: 2px;
 position: relative;
 width: 100%;
}
.header img {
 margin: 0 auto 12px;
 max-width: 500px;
 width: 60%;
}
.moreArea {
 text-align: center;
 margin-top: 3rem;
 margin-bottom: 5rem;
}
.genre_icon {
 display: inline-block;
 margin-right: 10px;
 margin-bottom: 10px;
}
.genre_icon a {
 font-weight: 600;
 background-color: #e5e5e5;
 padding: 10px 20px;
 border-radius: 1rem;
 display: block;
}
.getSearchPost {
 border-bottom: 1px solid #e5e5e5;
 padding: 20px 0 10px;
}
.getSearchPost .PostTitle {
 margin-bottom: 10px;
}
.getSearchPost .dataArea {
 color: #666;
 font-size: .9em;
 line-height: 1.6em;
 margin-bottom: 10px;
}
.list-description {
 width: 600px;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}
.header-area {
 height: auto;
 background: #F5F5F5;
 margin: 20px auto;
 padding: 20px;
 display: block;
 border-radius: 1rem;
}
.header-area a {
 text-decoration: underline;
}
.header-database {
 margin: 20px auto;
}
.searchFormBody button {
 position: absolute;
 top: 0;
 bottom: 0;
 right: 12px;
 margin: auto;
 font-size: 25px;
}
.header-title, .header-data-title {
 font-weight: 700;
 font-size: 2.4rem;
 margin-bottom: 2rem;
}
.header-data-title {
 margin-bottom: 1.4rem;
}
.searchFormBody {
 position: relative;
 margin-top: 2rem;
}
.search-field {
 width: 100%;
 height: 52px;
 border-radius: .5rem;
 border: 1px solid #B4B4B4;
 font-size: 16px;
 padding: 12px;
 color: #B9B9B9;
 background-color: #fff;
}
.searchFormSubmit {
 display: none;
}
.header-description {
 display: block;
}
.header-data-text {
 font-size: 16px;
 line-height: 2em;
}
.header-data-text.update {
 font-size: 14px;
 margin-top: .5em;
 color: #888;
 display: block;
}
.header-data-data {
 font-weight: 700;
 font-size: 2.4rem;
 color: #B50005;
}
.menu-list {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: nowrap;
 flex-wrap: nowrap;
 -ms-flex-pack: center;
 justify-content: center;
 padding: .8rem 2rem;
}
.menu-list-item a {
 color: #fff;
 display: block;
 font-size: 1.6rem;
 font-weight: 700;
 letter-spacing: 1px;
 line-height: 1.2;
 position: relative;
 text-align: center;
 text-decoration: none;
 white-space: nowrap;
}
.menu-list-item a:hover {
 color: #B50005;
}
.menu-list-item:nth-child(n+2) a {
 margin-left: 5rem;
}
.menu-list-item:nth-child(n+2) a::before {
 border-left: 1px solid #555;
 bottom: 0;
 content: '';
 left: -2.5rem;
 overflow: hidden;
 position: absolute;
 top: 0;
}
@media screen and (max-width: 1040px) {
 .menu-list-item a {
  font-size: 1.4rem;
 }
 .menu-list-item:nth-child(n+2) a {
  margin-left: 4rem;
 }
 .menu-list-item:nth-child(n+2) a::before {
  left: -2rem;
 }
}
@media screen and (max-width: 768px) {
 .db-logo {
  display: none;
 }
}
@media screen and (max-width: 870px) {
 .menu-list {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  overflow-y: hidden;
  justify-content: flex-start;
 }
 .menu-list::-webkit-scrollbar {
  height: 2px;
 }
 .menu-list::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 1px;
 }
 .scroll_content::-webkit-scrollbar-track {
  background: #000;
 }
}
.main-contents {
 max-width: 1100px;
 width: 100%;
 margin: 1rem auto 5rem;
}
.footer {
 text-align: center;
 padding: 15px;
 background-color: black;
}
.footer-description {
 color: white;
}
.footer-link {
 background-color: #B50005;
 margin-bottom: -20px;
}
.footer-links {
 padding: 5px;
 text-align: center;
}
.footer-link-item {
 display: inline-block;
 font-size: .8em;
 padding: 0 8px;
}
.footer-link-item a {
 color: white;
}
.footer-link-item a:hover {
 opacity: .7;
}
.db-section--title {
 background: black;
 color: white;
 font-size: 16px;
 padding: 8px 10px;
 margin-top: 12px;
}
.company_list_area {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 border: 2px solid #F5F5F5;
 margin-bottom: 3rem;
}
.company_item {
 width: 25%;
 padding: 20px 20px 30px;
 display: inline-block;
 border: 2px solid #F5F5F5;
}
.company_item a {
 display: block;
}
.company_item img {
 width: 70%;
 max-width: 200px;
 margin: auto;
}
.company-name {
 text-align: center;
 margin-top: 12px;
}
.company-name {
 font-weight: bold;
 font-size: .8em;
}
.gente_area {
 padding: 20px 0 30px;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}
.list-media-genre a {
 background-color: #e5e5e5;
 padding: 7px 14px;
 border-radius: 7px;
 text-decoration: none;
 display: inline-block;
 font-weight: 600;
}
table.list {
 background-color: #e5e5e5;
 border-collapse: separate;
 border-spacing: 1px;
 line-height: 1.6em;
 display: table;
 position: relative;
 min-width: 100%;
 word-break: inherit;
}
table.list tbody {
 table-layout: fixed;
 min-width: 100%;
}
table.list th, table.list td {
 padding: 12px 15px;
 background-color: #fff;
 font-weight: 600;
}
table.list .list-header td {
 white-space: nowrap;
 background-color: #F5F5F5;
 font-size: .9em;
 text-align: center;
 padding: 10px;
}
table.list .list-title {
 background-color: #F5F5F5;
}
table.list img {
 max-width: 100px;
 min-width: 80px;
 width: 100%;
}
div ::-webkit-scrollbar {
 width: 4px;
 height: 4px;
}
.header ::-webkit-scrollbar {
 width: 2px;
 height: 2px;
}
div ::-webkit-scrollbar-thumb, .header ::-webkit-scrollbar-thumb {
 background: #B50005;
 border-radius: 2px;
}
div ::-webkit-scrollbar-track, .header ::-webkit-scrollbar-track {
 background: rgba(0, 0, 0, 0.1);
}
.pankuzu {
 font-size: 14px;
}
.btn-link {
 background-color: #B50005;
 padding: 10px;
 color: white;
 text-decoration: none;
 font-weight: bold;
 margin-bottom: 70px;
 border-radius: .5rem;
 font-size: 1.6rem;
 display: block;
 position: relative;
 width: 90%;
 max-width: 460px;
 margin: auto;
}
.btn-link img {
 position: absolute;
 right: 12px;
 top: 0;
 bottom: 0;
 margin: auto;
 width: 30px;
}
.btn-link:hover {
 background-color: black;
 color: white;
}
.pagination, .page-numbers {
 text-align: center;
 margin: 3rem auto 5rem;
 font-size: 0;
}
.pagination li, .page-numbers li {
 display: inline-block;
 vertical-align: top;
}
.pagination a, .pagination span, .page-numbers a, .page-numbers span {
 font-size: 14px;
 font-weight: 600;
 position: relative;
 display: block;
 padding: 0.5em 0.2em;
 margin: 5px;
 text-decoration: none;
 color: #222;
 background-color: #e0e0e0;
 vertical-align: top;
 box-sizing: border-box;
 min-width: 44px;
 -webkit-transition: all .4s cubic-bezier(.23, 1, .32, 1);
 transition: all .4s cubic-bezier(.23, 1, .32, 1);
 border-radius: 4px;
}
.pagination a:hover, .page-numbers a:hover {
 color: #fff;
 background: #222;
}
.pagination .active span, .page-numbers .page-numbers.current {
 background: #B50005;
 color: #fff;
}
@media screen and (max-width: 1100px) {
 .gente_area, .pankuzu {
  margin-left: 12px;
  margin-right: 12px;
 }
 .header-area {
  border-radius: 0;
 }
}
@media screen and (min-width: 813px) {
 .header-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 3rem;
 }
 .searchFormBody {
  max-width: 560px;
 }
 .header-area .header-left {
  padding-right: 30px;
 }
 .header-area .header-right {
  white-space: nowrap;
 }
 .header-title {
  font-size: 3.6rem;
 }
 .header-description {
  font-size: 2rem;
 }
 .header-data-data {
  font-size: 3.2rem;
  line-height: 1.2em;
 }
}
@media screen and (max-width: 812px) {
 body {
  font-size: 1.45rem;
 }
 .header-area .header-left {
  margin-bottom: 3rem;
 }
 .header-title, .header-data-title {
  text-align: center;
 }
 .pankuzu {
  font-size: 12px;
  margin-top: 12px;
 }
 .header-area {
  margin-top: 12px;
  padding: 28px 12px;
 }
 .header-database {
  margin: 12px;
 }
 .getSearchPost {
  padding-left: 12px;
  padding-right: 12px;
 }
 .header-database .maintitle {
  font-size: 2.4rem;
 }
 .company_item {
  width: 50%;
  padding: 12px 12px 20px;
 }
 .genre_icon a, .list-media-genre a {
  padding: 4px 8px;
 }
 table.list {
  display: block;
  font-size: .8em;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
 }
 table.list tbody {
  table-layout: fixed;
  min-width: 100%;
 }
 table.list th, table.list td {
  padding: 10px;
  min-width: 100px;
 }
 .footer-description {
  font-size: .8em;
  line-height: 1.6em;
 }
}